The Shape Object
QuickDraw GX provides you with access to an individual shape object through agxShape
reference:
typedef struct gxPrivateShapeRecord *gxShape;In this type definition,gxShape
is a type-checked reference, not an actual pointer to any defined structure. The contents of the shape object are private.